configureInCustomEntitlementsComputationMode

Configures an instance of the Purchases SDK with a specified API key. The instance will be set as a singleton. You should access the singleton instance using Purchases.sharedInstance

Return

An instantiated `Purchases object that has been set as a singleton.

Parameters

context

: the Application context object of your Application.

apiKey

: the API Key for your app. Obtained from the RevenueCat dashboard.

appUserID

: a unique id for identifying the user.


Configures an instance of the Purchases SDK with a specified API key. The instance will be set as a singleton. You should access the singleton instance using Purchases.sharedInstance

Return

An instantiated `Purchases object that has been set as a singleton.

Parameters

configuration